home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SPACE 2
/
SPACE - Library 2 - Volume 1.iso
/
apps
/
356
/
applic
/
starsg10.dat
< prev
next >
Wrap
Text File
|
1989-02-05
|
2KB
|
39 lines
* PRINTER CODE DATA FOR "TWO COLUMN PRINTER" Version 2 (2COLUMNS.PRG)
* Star SG10 printers
*
* This data file will load automatically when named 2COLUMNS.DAT and if its
* kept on the same disk and in the same folder as the program.
*
* IMPORTANT: Do not add or delete ANY commas or lines in the codes section
* below. This includes the remarks portion of the code lines. Keep the
* "-------CODES AND DEFAULTS-----" line intact.
*
* Codes are decimal ASCII. Full editing instructions are in 2COLUMNS.DOC
* CPI = Characters Per Inch (pitch)
-------------- CODES AND DEFAULTS ------------
027 056, Disable the 'Paper-Out' sensor
027 057, Enable the 'Paper-Out' sensor
027 065 010, 7 Lines/Inch line spacing (use closest value-10/72 set here)
027 064 027 080 027 120 000, Initialize printer also 10CPI and Draft mode
027 079, Cancel 'Skip-Over-Perforations'
027 087 001, Fancy Print for Heading (expanded print mode here)
027 087 000, Cancel Expanded print mode
027 071, Enhanced print (Double Strike)
027 072, Cancel enhanced printing
*
"LST", Default file extension to be shown in file selector box.
3, Number of type sizes listed below (up to 5 allowed)
*
"Compressed-17 CPI", Name of type size #1 (CPI value optional)
027 015, Printer codes to select this type size
136, Number of characters of this size that will fit on a full line
*
"Elite-12 CPI", Name of type size #2
027 066 002, codes
96, characters
*
"Pica-10 CPI", Name of type size #3
018, codes
80, characters
*****************************************************************
* Note: This driver is based on the manual only and has not been tested.